web3.js web3.version
code:version.js
Web3.version
web3.version
web3 コンテナオブジェクトのバージョンを含みます。
戻り値
String
現在のバージョン
サンプルコード
code:example.js
web3.version;
"1.0.0"
動作デモ
実行
code:demo.js
const version = Web3.version
console.log(version)
$(document.body).append(version)
参考
http://web3js.readthedocs.io/en/1.0/web3.html#version
#web3.js #web3.js@1.0
web3.js 日本語 API リファレンス